Home
last modified time | relevance | path

Searched refs:jfs_symlink_inode_operations (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/jfs/
H A Dsymlink.c17 const struct inode_operations jfs_symlink_inode_operations = { variable
H A Djfs_inode.h36 extern const struct inode_operations jfs_symlink_inode_operations;
H A Dnamei.c968 ip->i_op = &jfs_symlink_inode_operations; in jfs_symlink()