Home
last modified time | relevance | path

Searched refs:file_count (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/fs/hfsplus/
Dinode.c293 HFSPLUS_SB(sb).file_count++; in hfsplus_new_inode()
298 HFSPLUS_SB(sb).file_count++; in hfsplus_new_inode()
302 HFSPLUS_SB(sb).file_count++; in hfsplus_new_inode()
319 HFSPLUS_SB(sb).file_count--; in hfsplus_delete_inode()
Dsuper.c175 vhdr->file_count = cpu_to_be32(HFSPLUS_SB(sb).file_count); in hfsplus_write_super()
340 HFSPLUS_SB(sb).file_count = be32_to_cpu(vhdr->file_count); in hfsplus_read_super()
Dhfsplus_raw.h94 u32 file_count; member
Ddir.c293 HFSPLUS_SB(sb).file_count++; in hfsplus_link()
306 HFSPLUS_SB(sb).file_count++; in hfsplus_link()
Dhfsplus_fs.h139 u32 file_count; member
/linux-2.4.37.9/fs/hfs/
Dmdb.c148 mdb->file_count = hfs_get_hl(raw->drFilCnt); in hfs_mdb_get()
262 hfs_put_hl(mdb->file_count, raw->drFilCnt); in hfs_mdb_commit()
Dhfs.h236 hfs_u32 file_count; /* The number of member
Dcatalog.c632 mdb->file_count += count; in update_dir()
/linux-2.4.37.9/net/unix/
Dgarbage.c236 open_count = file_count(s->socket->file); in unix_gc()
/linux-2.4.37.9/fs/coda/
Dfile.c181 fcnt = file_count(coda_file); in coda_flush()
/linux-2.4.37.9/net/sched/
Dsch_atm.c200 file_count(flow->sock->file)); in atm_tc_put()
275 DPRINTK("atm_tc_change: f_count %d\n",file_count(sock->file)); in atm_tc_change()
/linux-2.4.37.9/drivers/char/
Dsysrq.c158 if (file->f_dentry && file_count(file) in go_sync()
Dtpqic02.c2204 if (file_count(filp) > 1) { /* filp->f_count==1 for the first open() */ in qic02_tape_open_no_use_count()
/linux-2.4.37.9/fs/
Dopen.c851 if (!file_count(filp)) { in filp_close()
/linux-2.4.37.9/include/linux/
Dfs.h594 #define file_count(x) atomic_read(&(x)->f_count) macro
/linux-2.4.37.9/drivers/scsi/
Dst.c1043 if (file_count(filp) > 1) in st_flush()
Dosst.c4660 if (file_count(filp) > 1) in os_scsi_tape_flush()