f_count           584 drivers/gpu/drm/vmwgfx/ttm_object.c 	return atomic_long_inc_not_zero(&dmabuf->file->f_count) != 0L;
f_count          13089 drivers/net/ethernet/intel/i40e/i40e_main.c 	int f_count = 0;
f_count          13294 drivers/net/ethernet/intel/i40e/i40e_main.c 		f_count++;
f_count          13298 drivers/net/ethernet/intel/i40e/i40e_main.c 	if (f_count) {
f_count           115 drivers/video/fbdev/ps3fb.c 	atomic_t f_count;	/* fb_open count */
f_count           506 drivers/video/fbdev/ps3fb.c 	atomic_inc(&ps3fb.f_count);
f_count           512 drivers/video/fbdev/ps3fb.c 	if (atomic_dec_and_test(&ps3fb.f_count)) {
f_count           995 drivers/video/fbdev/ps3fb.c 	atomic_set(&ps3fb.f_count, -1);	/* fbcon opens ps3fb */
f_count           112 fs/file_table.c 	atomic_long_set(&f->f_count, 1);
f_count           336 fs/file_table.c 	if (atomic_long_sub_and_test(refs, &file->f_count)) {
f_count           370 fs/file_table.c 	if (atomic_long_dec_and_test(&file->f_count)) {
f_count           249 fs/lockd/svclock.c 	file->f_count++;
f_count           128 fs/lockd/svcsubs.c 	dprintk("lockd: found file %p (count %d)\n", file, file->f_count);
f_count           130 fs/lockd/svcsubs.c 	file->f_count++;
f_count           232 fs/lockd/svcsubs.c 	if (file->f_count || !list_empty(&file->f_blocks) || file->f_shares)
f_count           265 fs/lockd/svcsubs.c 			file->f_count++;
f_count           274 fs/lockd/svcsubs.c 			file->f_count--;
f_count           277 fs/lockd/svcsubs.c 			 && !file->f_shares && !file->f_count) {
f_count           301 fs/lockd/svcsubs.c 				file, file->f_count);
f_count           307 fs/lockd/svcsubs.c 	if (--file->f_count == 0 && !nlm_file_inuse(file))
f_count           951 include/linux/fs.h 	atomic_long_t		f_count;
f_count           986 include/linux/fs.h 	atomic_long_inc(&f->f_count);
f_count           990 include/linux/fs.h 	atomic_long_add_unless(&(x)->f_count, (cnt), 0)
f_count           992 include/linux/fs.h #define file_count(x)	atomic_long_read(&(x)->f_count)
f_count           163 include/linux/lockd/lockd.h 	unsigned int		f_count;	/* reference count */