Home
last modified time | relevance | path

Searched refs:_data (Results 1 – 4 of 4) sorted by relevance

/fs/jfs/
Djfs_dinode.h90 u8 _data[96]; /* 96: unused */ member
/fs/
Ddcache.c1529 static enum d_walk_ret select_collect(void *_data, struct dentry *dentry) in select_collect() argument
1531 struct select_data *data = _data; in select_collect()
1558 static enum d_walk_ret select_collect2(void *_data, struct dentry *dentry) in select_collect2() argument
1560 struct select_data *data = _data; in select_collect2()
1633 static enum d_walk_ret umount_check(void *_data, struct dentry *dentry) in umount_check() argument
1640 if (dentry == _data && dentry->d_lockref.count == 1) in umount_check()
1683 static enum d_walk_ret find_submount(void *_data, struct dentry *dentry) in find_submount() argument
1685 struct dentry **victim = _data; in find_submount()
/fs/cachefiles/
Ddaemon.c212 const char __user *_data, in cachefiles_daemon_write() argument
232 data = memdup_user_nul(_data, datalen); in cachefiles_daemon_write()
/fs/fuse/
Dfile.c2250 struct writeback_control *wbc, void *_data) in fuse_writepages_fill() argument
2252 struct fuse_fill_wb_data *data = _data; in fuse_writepages_fill()