Home
last modified time | relevance | path

Searched refs:ext4_new_inode_start_handle (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/fs/ext4/
Dnamei.c2849 inode = ext4_new_inode_start_handle(idmap, dir, mode, &dentry->d_name, in ext4_create()
2884 inode = ext4_new_inode_start_handle(idmap, dir, mode, &dentry->d_name, in ext4_mknod()
2916 inode = ext4_new_inode_start_handle(idmap, dir, mode, in ext4_tmpfile()
3032 inode = ext4_new_inode_start_handle(idmap, dir, S_IFDIR | mode, in ext4_mkdir()
3408 inode = ext4_new_inode_start_handle(idmap, dir, S_IFLNK|S_IRWXUGO, in ext4_symlink()
3780 wh = ext4_new_inode_start_handle(idmap, ent->dir, in ext4_whiteout_for_rename()
Dext4.h2873 #define ext4_new_inode_start_handle(idmap, dir, mode, qstr, goal, owner, \ macro