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.c1558 static enum d_walk_ret select_collect(void *_data, struct dentry *dentry) in select_collect() argument
1560 struct select_data *data = _data; in select_collect()
1587 static enum d_walk_ret select_collect2(void *_data, struct dentry *dentry) in select_collect2() argument
1589 struct select_data *data = _data; in select_collect2()
1662 static enum d_walk_ret umount_check(void *_data, struct dentry *dentry) in umount_check() argument
1669 if (dentry == _data && dentry->d_lockref.count == 1) in umount_check()
1711 static enum d_walk_ret find_submount(void *_data, struct dentry *dentry) in find_submount() argument
1713 struct dentry **victim = _data; in find_submount()
/fs/cachefiles/
Ddaemon.c278 const char __user *_data, in cachefiles_daemon_write() argument
298 data = memdup_user_nul(_data, datalen); in cachefiles_daemon_write()
/fs/fuse/
Dfile.c2296 struct writeback_control *wbc, void *_data) in fuse_writepages_fill() argument
2298 struct fuse_fill_wb_data *data = _data; in fuse_writepages_fill()