/fs/smbfs/ |
D | dir.c | 83 struct inode *dir = dentry->d_inode; in smb_readdir() local 240 smb_dir_open(struct inode *dir, struct file *file) in smb_dir_open() 335 smb_hash_dentry(struct dentry *dir, struct qstr *this) in smb_hash_dentry() 349 smb_compare_dentry(struct dentry *dir, struct qstr *a, struct qstr *b) in smb_compare_dentry() 427 smb_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) in smb_lookup() 522 smb_create(struct inode *dir, struct dentry *dentry, int mode, in smb_create() 553 smb_mkdir(struct inode *dir, struct dentry *dentry, int mode) in smb_mkdir() 576 smb_rmdir(struct inode *dir, struct dentry *dentry) in smb_rmdir() 603 smb_unlink(struct inode *dir, struct dentry *dentry) in smb_unlink() 663 smb_make_node(struct inode *dir, struct dentry *dentry, int mode, dev_t dev) in smb_make_node() [all …]
|
/fs/minix/ |
D | namei.c | 21 static struct dentry *minix_lookup(struct inode * dir, struct dentry *dentry, struct nameidata *nd) in minix_lookup() 41 static int minix_mknod(struct inode * dir, struct dentry *dentry, int mode, dev_t rdev) in minix_mknod() 60 static int minix_create(struct inode * dir, struct dentry *dentry, int mode, in minix_create() 66 static int minix_symlink(struct inode * dir, struct dentry *dentry, in minix_symlink() 96 static int minix_link(struct dentry * old_dentry, struct inode * dir, in minix_link() 110 static int minix_mkdir(struct inode * dir, struct dentry *dentry, int mode) in minix_mkdir() 152 static int minix_unlink(struct inode * dir, struct dentry *dentry) in minix_unlink() 173 static int minix_rmdir(struct inode * dir, struct dentry *dentry) in minix_rmdir()
|
/fs/ufs/ |
D | namei.c | 50 static struct dentry *ufs_lookup(struct inode * dir, struct dentry *dentry, struct nameidata *nd) in ufs_lookup() 80 static int ufs_create (struct inode * dir, struct dentry * dentry, int mode, in ufs_create() 103 static int ufs_mknod (struct inode * dir, struct dentry *dentry, int mode, dev_t rdev) in ufs_mknod() 123 static int ufs_symlink (struct inode * dir, struct dentry * dentry, in ufs_symlink() 167 static int ufs_link (struct dentry * old_dentry, struct inode * dir, in ufs_link() 188 static int ufs_mkdir(struct inode * dir, struct dentry * dentry, int mode) in ufs_mkdir() 233 static int ufs_unlink(struct inode *dir, struct dentry *dentry) in ufs_unlink() 255 static int ufs_rmdir (struct inode * dir, struct dentry *dentry) in ufs_rmdir()
|
D | dir.c | 46 struct inode *dir = mapping->host; in ufs_commit_chunk() local 73 ino_t ufs_inode_by_name(struct inode *dir, struct dentry *dentry) in ufs_inode_by_name() 89 void ufs_set_link(struct inode *dir, struct ufs_dir_entry *de, in ufs_set_link() 114 struct inode *dir = page->mapping->host; in ufs_check_page() local 191 static struct page *ufs_get_page(struct inode *dir, unsigned long n) in ufs_get_page() 231 struct ufs_dir_entry *ufs_dotdot(struct inode *dir, struct page **p) in ufs_dotdot() 252 struct ufs_dir_entry *ufs_find_entry(struct inode *dir, struct dentry *dentry, in ufs_find_entry() 315 struct inode *dir = dentry->d_parent->d_inode; in ufs_add_link() local 517 int ufs_delete_entry(struct inode *inode, struct ufs_dir_entry *dir, in ufs_delete_entry() 567 int ufs_make_empty(struct inode * inode, struct inode *dir) in ufs_make_empty()
|
/fs/sysv/ |
D | namei.c | 45 static struct dentry *sysv_lookup(struct inode * dir, struct dentry * dentry, struct nameidata *nd) in sysv_lookup() 64 static int sysv_mknod(struct inode * dir, struct dentry * dentry, int mode, dev_t rdev) in sysv_mknod() 83 static int sysv_create(struct inode * dir, struct dentry * dentry, int mode, struct nameidata *nd) in sysv_create() 88 static int sysv_symlink(struct inode * dir, struct dentry * dentry, in sysv_symlink() 119 static int sysv_link(struct dentry * old_dentry, struct inode * dir, in sysv_link() 134 static int sysv_mkdir(struct inode * dir, struct dentry *dentry, int mode) in sysv_mkdir() 173 static int sysv_unlink(struct inode * dir, struct dentry * dentry) in sysv_unlink() 194 static int sysv_rmdir(struct inode * dir, struct dentry * dentry) in sysv_rmdir()
|
D | dir.c | 44 struct inode *dir = mapping->host; in dir_commit_chunk() local 59 static struct page * dir_get_page(struct inode *dir, unsigned long n) in dir_get_page() 143 struct inode * dir = dentry->d_parent->d_inode; in sysv_find_entry() local 187 struct inode *dir = dentry->d_parent->d_inode; in sysv_add_link() local 263 int sysv_make_empty(struct inode *inode, struct inode *dir) in sysv_make_empty() 348 struct inode *dir = mapping->host; in sysv_set_link() local 364 struct sysv_dir_entry * sysv_dotdot (struct inode *dir, struct page **p) in sysv_dotdot()
|
/fs/adfs/ |
D | dir_f.c | 94 adfs_dir_checkbyte(const struct adfs_dir *dir) in adfs_dir_checkbyte() 153 unsigned int size, struct adfs_dir *dir) in adfs_dir_read() 247 __adfs_dir_get(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_get() 277 __adfs_dir_put(struct adfs_dir *dir, int pos, struct object_info *obj) in __adfs_dir_put() 322 adfs_dir_find_entry(struct adfs_dir *dir, unsigned long object_id) in adfs_dir_find_entry() 344 adfs_f_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) in adfs_f_read() 361 adfs_f_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_f_setpos() 371 adfs_f_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_f_getnext() 383 adfs_f_update(struct adfs_dir *dir, struct object_info *obj) in adfs_f_update() 441 adfs_f_free(struct adfs_dir *dir) in adfs_f_free()
|
D | dir_fplus.c | 23 adfs_fplus_read(struct super_block *sb, unsigned int id, unsigned int sz, struct adfs_dir *dir) in adfs_fplus_read() 88 adfs_fplus_setpos(struct adfs_dir *dir, unsigned int fpos) in adfs_fplus_setpos() 102 dir_memcpy(struct adfs_dir *dir, unsigned int offset, void *to, int len) in dir_memcpy() 125 adfs_fplus_getnext(struct adfs_dir *dir, struct object_info *obj) in adfs_fplus_getnext() 165 adfs_fplus_free(struct adfs_dir *dir) in adfs_fplus_free()
|
/fs/omfs/ |
D | dir.c | 24 static struct buffer_head *omfs_get_bucket(struct inode *dir, in omfs_get_bucket() 35 static struct buffer_head *omfs_scan_list(struct inode *dir, u64 block, in omfs_scan_list() 69 static struct buffer_head *omfs_find_entry(struct inode *dir, in omfs_find_entry() 116 struct inode *dir = dentry->d_parent->d_inode; in omfs_add_link() local 161 struct inode *dir = dentry->d_parent->d_inode; in omfs_delete_entry() local 243 static int omfs_unlink(struct inode *dir, struct dentry *dentry) in omfs_unlink() 259 static int omfs_rmdir(struct inode *dir, struct dentry *dentry) in omfs_rmdir() 272 static int omfs_add_node(struct inode *dir, struct dentry *dentry, int mode) in omfs_add_node() 296 static int omfs_mkdir(struct inode *dir, struct dentry *dentry, int mode) in omfs_mkdir() 301 static int omfs_create(struct inode *dir, struct dentry *dentry, int mode, in omfs_create() [all …]
|
/fs/ext2/ |
D | namei.c | 57 static struct dentry *ext2_lookup(struct inode * dir, struct dentry *dentry, struct nameidata *nd) in ext2_lookup() 92 static int ext2_create (struct inode * dir, struct dentry * dentry, int mode, struct nameidata *nd) in ext2_create() 114 static int ext2_mknod (struct inode * dir, struct dentry *dentry, int mode, dev_t rdev) in ext2_mknod() 135 static int ext2_symlink (struct inode * dir, struct dentry * dentry, in ext2_symlink() 180 static int ext2_link (struct dentry * old_dentry, struct inode * dir, in ext2_link() 203 static int ext2_mkdir(struct inode * dir, struct dentry * dentry, int mode) in ext2_mkdir() 250 static int ext2_unlink(struct inode * dir, struct dentry *dentry) in ext2_unlink() 272 static int ext2_rmdir (struct inode * dir, struct dentry *dentry) in ext2_rmdir()
|
D | dir.c | 87 struct inode *dir = mapping->host; in ext2_commit_chunk() local 111 struct inode *dir = page->mapping->host; in ext2_check_page() local 193 static struct page * ext2_get_page(struct inode *dir, unsigned long n, in ext2_get_page() 360 struct ext2_dir_entry_2 *ext2_find_entry (struct inode * dir, in ext2_find_entry() 425 struct ext2_dir_entry_2 * ext2_dotdot (struct inode *dir, struct page **p) in ext2_dotdot() 437 ino_t ext2_inode_by_name(struct inode *dir, struct qstr *child) in ext2_inode_by_name() 452 void ext2_set_link(struct inode *dir, struct ext2_dir_entry_2 *de, in ext2_set_link() 478 struct inode *dir = dentry->d_parent->d_inode; in ext2_add_link() local 576 int ext2_delete_entry (struct ext2_dir_entry_2 * dir, struct page * page ) in ext2_delete_entry()
|
/fs/nfs/ |
D | unlink.c | 23 struct inode *dir; member 66 static void nfs_dec_sillycount(struct inode *dir) in nfs_dec_sillycount() 82 struct inode *dir = data->dir; in nfs_async_unlink_done() local 110 static int nfs_do_call_unlink(struct dentry *parent, struct inode *dir, struct nfs_unlinkdata *data) in nfs_do_call_unlink() 169 struct inode *dir; in nfs_call_unlink() local 205 struct inode *dir = dentry->d_inode; in nfs_unblock_sillyrename() local 230 nfs_async_unlink(struct inode *dir, struct dentry *dentry) in nfs_async_unlink()
|
D | dir.c | 662 void nfs_force_lookup_revalidate(struct inode *dir) in nfs_force_lookup_revalidate() 672 static int nfs_check_verifier(struct inode *dir, struct dentry *dentry) in nfs_check_verifier() 706 static int nfs_is_exclusive_create(struct inode *dir, struct nameidata *nd) in nfs_is_exclusive_create() 753 int nfs_neg_need_reval(struct inode *dir, struct dentry *dentry, in nfs_neg_need_reval() 777 struct inode *dir; in nfs_lookup_revalidate() local 908 static struct dentry *nfs_lookup(struct inode *dir, struct dentry * dentry, struct nameidata *nd) in nfs_lookup() 994 static struct dentry *nfs_atomic_lookup(struct inode *dir, struct dentry *dentry, struct nameidata … in nfs_atomic_lookup() 1051 struct inode *dir; in nfs_open_revalidate() local 1098 struct inode *dir = parent->d_inode; in nfs_readdir_lookup() local 1177 struct inode *dir = parent->d_inode; in nfs_instantiate() local [all …]
|
D | proc.c | 149 nfs_proc_lookup(struct inode *dir, struct qstr *name, in nfs_proc_lookup() 197 nfs_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs_proc_create() 233 nfs_proc_mknod(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs_proc_mknod() 282 nfs_proc_remove(struct inode *dir, struct qstr *name) in nfs_proc_remove() 304 nfs_proc_unlink_setup(struct rpc_message *msg, struct inode *dir) in nfs_proc_unlink_setup() 309 static int nfs_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs_proc_unlink_done() 342 nfs_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) in nfs_proc_link() 365 nfs_proc_symlink(struct inode *dir, struct dentry *dentry, struct page *page, in nfs_proc_symlink() 408 nfs_proc_mkdir(struct inode *dir, struct dentry *dentry, struct iattr *sattr) in nfs_proc_mkdir() 440 nfs_proc_rmdir(struct inode *dir, struct qstr *name) in nfs_proc_rmdir() [all …]
|
D | nfs3proc.c | 143 nfs3_proc_lookup(struct inode *dir, struct qstr *name, in nfs3_proc_lookup() 284 static int nfs3_do_create(struct inode *dir, struct dentry *dentry, struct nfs3_createdata *data) in nfs3_do_create() 305 nfs3_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, in nfs3_proc_create() 386 nfs3_proc_remove(struct inode *dir, struct qstr *name) in nfs3_proc_remove() 410 nfs3_proc_unlink_setup(struct rpc_message *msg, struct inode *dir) in nfs3_proc_unlink_setup() 416 nfs3_proc_unlink_done(struct rpc_task *task, struct inode *dir) in nfs3_proc_unlink_done() 461 nfs3_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) in nfs3_proc_link() 492 nfs3_proc_symlink(struct inode *dir, struct dentry *dentry, struct page *page, in nfs3_proc_symlink() 523 nfs3_proc_mkdir(struct inode *dir, struct dentry *dentry, struct iattr *sattr) in nfs3_proc_mkdir() 555 nfs3_proc_rmdir(struct inode *dir, struct qstr *name) in nfs3_proc_rmdir() [all …]
|
/fs/ubifs/ |
D | dir.c | 59 static int inherit_flags(const struct inode *dir, int mode) in inherit_flags() 88 struct inode *ubifs_new_inode(struct ubifs_info *c, const struct inode *dir, in ubifs_new_inode() 199 static struct dentry *ubifs_lookup(struct inode *dir, struct dentry *dentry, in ubifs_lookup() 261 static int ubifs_create(struct inode *dir, struct dentry *dentry, int mode, in ubifs_create() 368 struct inode *dir = file->f_path.dentry->d_inode; in ubifs_readdir() local 477 static int ubifs_dir_release(struct inode *dir, struct file *file) in ubifs_dir_release() 510 static int ubifs_link(struct dentry *old_dentry, struct inode *dir, in ubifs_link() 565 static int ubifs_unlink(struct inode *dir, struct dentry *dentry) in ubifs_unlink() 636 static int check_dir_empty(struct ubifs_info *c, struct inode *dir) in check_dir_empty() 656 static int ubifs_rmdir(struct inode *dir, struct dentry *dentry) in ubifs_rmdir() [all …]
|
/fs/qnx4/ |
D | namei.c | 68 static struct buffer_head *qnx4_find_entry(int len, struct inode *dir, in qnx4_find_entry() 109 struct dentry * qnx4_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) in qnx4_lookup() 146 int qnx4_create(struct inode *dir, struct dentry *dentry, int mode, in qnx4_create() 156 int qnx4_rmdir(struct inode *dir, struct dentry *dentry) in qnx4_rmdir() 204 int qnx4_unlink(struct inode *dir, struct dentry *dentry) in qnx4_unlink()
|
/fs/affs/ |
D | namei.c | 171 affs_find_entry(struct inode *dir, struct dentry *dentry) in affs_find_entry() 200 affs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd) in affs_lookup() 235 affs_unlink(struct inode *dir, struct dentry *dentry) in affs_unlink() 245 affs_create(struct inode *dir, struct dentry *dentry, int mode, struct nameidata *nd) in affs_create() 275 affs_mkdir(struct inode *dir, struct dentry *dentry, int mode) in affs_mkdir() 304 affs_rmdir(struct inode *dir, struct dentry *dentry) in affs_rmdir() 314 affs_symlink(struct inode *dir, struct dentry *dentry, const char *symname) in affs_symlink() 386 affs_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry) in affs_link()
|
/fs/bfs/ |
D | dir.c | 32 struct inode *dir = f->f_path.dentry->d_inode; in bfs_readdir() local 88 static int bfs_create(struct inode *dir, struct dentry *dentry, int mode, in bfs_create() 138 static struct dentry *bfs_lookup(struct inode *dir, struct dentry *dentry, in bfs_lookup() 165 static int bfs_link(struct dentry *old, struct inode *dir, in bfs_link() 188 static int bfs_unlink(struct inode *dir, struct dentry *dentry) in bfs_unlink() 288 static int bfs_add_entry(struct inode *dir, const unsigned char *name, in bfs_add_entry() 341 static struct buffer_head *bfs_find_entry(struct inode *dir, in bfs_find_entry()
|
/fs/hfs/ |
D | dir.c | 20 static struct dentry *hfs_lookup(struct inode *dir, struct dentry *dentry, in hfs_lookup() 180 static int hfs_create(struct inode *dir, struct dentry *dentry, int mode, in hfs_create() 210 static int hfs_mkdir(struct inode *dir, struct dentry *dentry, int mode) in hfs_mkdir() 239 static int hfs_unlink(struct inode *dir, struct dentry *dentry) in hfs_unlink() 265 static int hfs_rmdir(struct inode *dir, struct dentry *dentry) in hfs_rmdir()
|
/fs/xfs/linux-2.6/ |
D | xfs_iops.c | 145 struct inode *dir) in xfs_init_security() 179 struct inode *dir, in xfs_cleanup_inode() 198 struct inode *dir, in xfs_vn_mknod() 279 struct inode *dir, in xfs_vn_create() 289 struct inode *dir, in xfs_vn_mkdir() 298 struct inode *dir, in xfs_vn_lookup() 323 struct inode *dir, in xfs_vn_ci_lookup() 364 struct inode *dir, in xfs_vn_link() 384 struct inode *dir, in xfs_vn_unlink() 408 struct inode *dir, in xfs_vn_symlink()
|
/fs/hfsplus/ |
D | dir.c | 27 static struct dentry *hfsplus_lookup(struct inode *dir, struct dentry *dentry, in hfsplus_lookup() 238 static int hfsplus_create(struct inode *dir, struct dentry *dentry, int mode, in hfsplus_create() 313 static int hfsplus_unlink(struct inode *dir, struct dentry *dentry) in hfsplus_unlink() 366 static int hfsplus_mkdir(struct inode *dir, struct dentry *dentry, int mode) in hfsplus_mkdir() 387 static int hfsplus_rmdir(struct inode *dir, struct dentry *dentry) in hfsplus_rmdir() 405 static int hfsplus_symlink(struct inode *dir, struct dentry *dentry, in hfsplus_symlink() 436 static int hfsplus_mknod(struct inode *dir, struct dentry *dentry, in hfsplus_mknod()
|
/fs/coda/ |
D | dir.c | 96 static struct dentry *coda_lookup(struct inode *dir, struct dentry *entry, struct nameidata *nd) in coda_lookup() 168 static inline void coda_dir_update_mtime(struct inode *dir) in coda_dir_update_mtime() 187 static inline void coda_dir_inc_nlink(struct inode *dir) in coda_dir_inc_nlink() 193 static inline void coda_dir_drop_nlink(struct inode *dir) in coda_dir_drop_nlink() 200 static int coda_create(struct inode *dir, struct dentry *de, int mode, struct nameidata *nd) in coda_create() 239 static int coda_mkdir(struct inode *dir, struct dentry *de, int mode) in coda_mkdir() 353 static int coda_unlink(struct inode *dir, struct dentry *de) in coda_unlink() 373 static int coda_rmdir(struct inode *dir, struct dentry *de) in coda_rmdir()
|
/fs/ocfs2/ |
D | dir.c | 91 static int ocfs2_dir_has_trailer(struct inode *dir) in ocfs2_dir_has_trailer() 126 static int ocfs2_skip_dir_trailer(struct inode *dir, in ocfs2_skip_dir_trailer() 159 static int ocfs2_check_dir_entry(struct inode * dir, in ocfs2_check_dir_entry() 200 struct inode *dir, in ocfs2_search_dirblock() 253 struct inode *dir, in ocfs2_find_entry_id() 383 struct inode *dir, in ocfs2_find_entry_el() 496 struct inode *dir, in ocfs2_find_entry() 510 int ocfs2_update_entry(struct inode *dir, handle_t *handle, in ocfs2_update_entry() 541 static int __ocfs2_delete_entry(handle_t *handle, struct inode *dir, in __ocfs2_delete_entry() 591 struct inode *dir, in ocfs2_delete_entry_id() [all …]
|
/fs/autofs/ |
D | root.c | 150 struct inode * dir; in autofs_revalidate() local 199 static struct dentry *autofs_root_lookup(struct inode *dir, struct dentry *dentry, struct nameidata… in autofs_root_lookup() 269 static int autofs_root_symlink(struct inode *dir, struct dentry *dentry, const char *symname) in autofs_root_symlink() 356 static int autofs_root_unlink(struct inode *dir, struct dentry *dentry) in autofs_root_unlink() 396 static int autofs_root_rmdir(struct inode *dir, struct dentry *dentry) in autofs_root_rmdir() 432 static int autofs_root_mkdir(struct inode *dir, struct dentry *dentry, int mode) in autofs_root_mkdir()
|