Home
last modified time | relevance | path

Searched refs:f_count (Results 1 – 10 of 10) sorted by relevance

/linux/fs/lockd/
A Dsvcsubs.c147 dprintk("lockd: found file %p (count %d)\n", file, file->f_count); in nlm_lookup_file()
149 file->f_count++; in nlm_lookup_file()
264 if (file->f_count || !list_empty(&file->f_blocks) || file->f_shares) in nlm_file_inuse()
306 file->f_count++; in nlm_traverse_files()
315 file->f_count--; in nlm_traverse_files()
318 && !file->f_shares && !file->f_count) { in nlm_traverse_files()
342 file, file->f_count); in nlm_release_file()
348 if (--file->f_count == 0 && !nlm_file_inuse(file)) in nlm_release_file()
A Dsvclock.c250 file->f_count++; in nlmsvc_create_block()
/linux/fs/
A Dfile_table.c112 atomic_long_set(&f->f_count, 1); in __alloc_file()
336 if (atomic_long_sub_and_test(refs, &file->f_count)) { in fput_many()
370 if (atomic_long_dec_and_test(&file->f_count)) { in __fput_sync()
/linux/Documentation/filesystems/
A Dfiles.rst19 reference count (->f_count).
84 on ->f_count::
89 if (atomic_long_inc_not_zero(&file->f_count))
/linux/drivers/gpu/drm/i915/gt/
A Dshmem_utils.c39 atomic_long_inc(&file->f_count); in shmem_create_from_object()
/linux/drivers/video/fbdev/
A Dps3fb.c116 atomic_t f_count; /* fb_open count */ member
507 atomic_inc(&ps3fb.f_count); in ps3fb_open()
513 if (atomic_dec_and_test(&ps3fb.f_count)) { in ps3fb_release()
996 atomic_set(&ps3fb.f_count, -1); /* fbcon opens ps3fb */ in ps3fb_probe()
/linux/include/linux/lockd/
A Dlockd.h164 unsigned int f_count; /* reference count */ member
/linux/include/linux/
A Dfs.h977 atomic_long_t f_count; member
1012 atomic_long_inc(&f->f_count); in get_file()
1016 atomic_long_add_unless(&(x)->f_count, (cnt), 0)
1018 #define file_count(x) atomic_long_read(&(x)->f_count)
/linux/drivers/gpu/drm/vmwgfx/
A Dttm_object.c587 return atomic_long_inc_not_zero(&dmabuf->file->f_count) != 0L; in get_dma_buf_unless_doomed()
/linux/drivers/net/ethernet/intel/i40e/
A Di40e_main.c13604 int f_count = 0; in i40e_add_vsi() local
13809 f_count++; in i40e_add_vsi()
13813 if (f_count) { in i40e_add_vsi()

Completed in 40 milliseconds