Searched refs:fpathconf (Results 1 – 7 of 7) sorted by relevance
132 long fpathconf(int fd, int name) in fpathconf() function
130 int32_t (*fpathconf) (vfs_file_t *fp, int name); member
135 long (*fpathconf)(file_t *fp, int name); member
400 .fpathconf = &ramfs_vfs_fpathconf,
1910 if ((node->ops.i_fops->fpathconf) != NULL) { in vfs_fpathconf()1911 ret = (node->ops.i_fops->fpathconf)(file, name); in vfs_fpathconf()
Completed in 12 milliseconds