file_count         97 fs/hfs/hfs_fs.h 	u32 file_count;				/* The number of
file_count        176 fs/hfs/inode.c 		HFS_SB(sb)->file_count++;
file_count        215 fs/hfs/inode.c 	HFS_SB(sb)->file_count--;
file_count        149 fs/hfs/mdb.c   	HFS_SB(sb)->file_count = be32_to_cpu(mdb->drFilCnt);
file_count        269 fs/hfs/mdb.c   		mdb->drFilCnt = cpu_to_be32(HFS_SB(sb)->file_count);
file_count        295 fs/hfsplus/dir.c 		HFSPLUS_SB(sb).file_count++;
file_count        307 fs/hfsplus/dir.c 	HFSPLUS_SB(sb).file_count++;
file_count        347 fs/hfsplus/dir.c 			HFSPLUS_SB(sb).file_count--;
file_count        359 fs/hfsplus/dir.c 		HFSPLUS_SB(sb).file_count--;
file_count        131 fs/hfsplus/hfsplus_fs.h 	u32 file_count;
file_count        104 fs/hfsplus/hfsplus_raw.h 	__be32 file_count;
file_count        333 fs/hfsplus/inode.c 		HFSPLUS_SB(sb).file_count++;
file_count        339 fs/hfsplus/inode.c 		HFSPLUS_SB(sb).file_count++;
file_count        344 fs/hfsplus/inode.c 		HFSPLUS_SB(sb).file_count++;
file_count        361 fs/hfsplus/inode.c 	HFSPLUS_SB(sb).file_count--;
file_count        169 fs/hfsplus/super.c 	vhdr->file_count = cpu_to_be32(HFSPLUS_SB(sb).file_count);
file_count        337 fs/hfsplus/super.c 	HFSPLUS_SB(sb).file_count = be32_to_cpu(vhdr->file_count);
file_count       1080 fs/open.c      	if (!file_count(filp)) {
file_count        579 fs/super.c     		if (!file_count(f))
file_count        166 net/sched/sch_atm.c 			file_count(flow->sock->file));
file_count        262 net/sched/sch_atm.c 	pr_debug("atm_tc_change: f_count %ld\n", file_count(sock->file));
file_count        294 net/unix/garbage.c 		total_refs = file_count(u->sk.sk_socket->file);