Home
last modified time | relevance | path

Searched refs:c_mapcount (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/coda/
H A Dcoda_fs_i.h27 unsigned int c_mapcount; /* nr of times this inode is mapped */ member
H A Dfile.c199 cii->c_mapcount++; in coda_file_mmap()
282 cii->c_mapcount -= cfi->cfi_mapcount; in coda_release()
283 if (!cii->c_mapcount) in coda_release()
H A Dcnode.c78 cii->c_mapcount = 0; in coda_iget()