Home
last modified time | relevance | path

Searched refs:file_f_owner_allocate (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/
Dfcntl.c96 int file_f_owner_allocate(struct file *file) in file_f_owner_allocate() function
115 EXPORT_SYMBOL(file_f_owner_allocate);
172 ret = file_f_owner_allocate(filp); in f_setown()
246 ret = file_f_owner_allocate(filp); in f_setown_ex()
428 ret = file_f_owner_allocate(filp); in f_owner_sig()
Dlocks.c1786 error = file_f_owner_allocate(filp); in generic_add_lease()
/linux-6.12.1/fs/notify/dnotify/
Ddnotify.c319 error = file_f_owner_allocate(filp); in fcntl_dirnotify()
/linux-6.12.1/drivers/tty/
Dtty_io.c2223 retval = file_f_owner_allocate(filp); in __tty_fasync()
/linux-6.12.1/include/linux/
Dfs.h1113 int file_f_owner_allocate(struct file *file);
/linux-6.12.1/drivers/net/
Dtun.c3456 ret = file_f_owner_allocate(file); in tun_chr_fasync()