Searched defs:on (Results 1 – 10 of 10) sorted by relevance
/fs/kernfs/ |
D | file.c | 553 struct kernfs_open_node *on, *new_on = NULL; in kernfs_get_open_node() local 604 struct kernfs_open_node *on = kn->attr.open; in kernfs_put_open_node() local 738 struct kernfs_open_node *on; in kernfs_unmap_bin_file() local 780 struct kernfs_open_node *on = kn->attr.open; in kernfs_fop_poll() local 802 struct kernfs_open_node *on; in kernfs_notify_workfn() local
|
/fs/notify/ |
D | group.c | 132 int fsnotify_fasync(int fd, struct file *file, int on) in fsnotify_fasync()
|
/fs/pstore/ |
D | ftrace.c | 62 u8 on; in pstore_ftrace_knob_write() local
|
/fs/ |
D | ioctl.c | 471 int on, error; in ioctl_fionbio() local 495 int on, error; in ioctl_fioasync() local
|
D | fcntl.c | 690 int fasync_helper(int fd, struct file * filp, int on, struct fasync_struct **fapp) in fasync_helper()
|
D | bad_inode.c | 101 static int bad_file_fasync(int fd, struct file *filp, int on) in bad_file_fasync()
|
D | pipe.c | 576 pipe_fasync(int fd, struct file *filp, int on) in pipe_fasync()
|
/fs/ext3/ |
D | super.c | 753 #define QTYPE2MOPT(on, t) ((t)==USRQUOTA?((on)##USRJQUOTA):((on)##GRPJQUOTA)) argument
|
/fs/fuse/ |
D | dev.c | 2144 static int fuse_dev_fasync(int fd, struct file *file, int on) in fuse_dev_fasync()
|
/fs/ext4/ |
D | super.c | 1066 #define QTYPE2MOPT(on, t) ((t) == USRQUOTA?((on)##USRJQUOTA):((on)##GRPJQUOTA)) argument
|