Searched refs:handler (Results 1 – 16 of 16) sorted by relevance
/fs/ |
D | xattr.c | 560 #define for_each_xattr_handler(handlers, handler) \ argument 561 for ((handler) = *(handlers)++; \ 562 (handler) != NULL; \ 563 (handler) = *(handlers)++) 571 struct xattr_handler *handler; in xattr_resolve_name() local 576 for_each_xattr_handler(handlers, handler) { in xattr_resolve_name() 577 const char *n = strcmp_prefix(*name, handler->prefix); in xattr_resolve_name() 583 return handler; in xattr_resolve_name() 592 struct xattr_handler *handler; in generic_getxattr() local 595 handler = xattr_resolve_name(inode->i_sb->s_xattr, &name); in generic_getxattr() [all …]
|
D | compat_ioctl.c | 1830 ioctl_trans_handler_t handler; member 1834 #define HANDLE_IOCTL(cmd,handler) \ argument 1835 { (cmd), (ioctl_trans_handler_t)(handler) }, 2852 if (t->handler) { in compat_sys_ioctl() 2854 error = t->handler(fd, cmd, arg, filp); in compat_sys_ioctl()
|
D | buffer.c | 50 init_buffer(struct buffer_head *bh, bh_end_io_t *handler, void *private) in init_buffer() argument 52 bh->b_end_io = handler; in init_buffer()
|
/fs/ext2/ |
D | xattr.c | 131 struct xattr_handler *handler = NULL; in ext2_xattr_handler() local 134 handler = ext2_xattr_handler_map[name_index]; in ext2_xattr_handler() 135 return handler; in ext2_xattr_handler() 299 struct xattr_handler *handler = in ext2_xattr_list() local 302 if (handler) { in ext2_xattr_list() 303 size_t size = handler->list(inode, buffer, rest, in ext2_xattr_list()
|
D | Kconfig | 40 enables an extended attribute handler for file security
|
/fs/jfs/ |
D | jfs_metapage.c | 151 static inline void dec_io(struct page *page, void (*handler) (struct page *)) in dec_io() 154 handler(page); in dec_io() 181 #define dec_io(page, handler) handler(page) argument
|
D | Kconfig | 29 enables an extended attribute handler for file security
|
/fs/ext3/ |
D | xattr.c | 135 struct xattr_handler *handler = NULL; in ext3_xattr_handler() local 138 handler = ext3_xattr_handler_map[name_index]; in ext3_xattr_handler() 139 return handler; in ext3_xattr_handler() 341 struct xattr_handler *handler = in ext3_xattr_list_entries() local 344 if (handler) { in ext3_xattr_list_entries() 345 size_t size = handler->list(inode, buffer, rest, in ext3_xattr_list_entries()
|
D | Kconfig | 63 enables an extended attribute handler for file security
|
/fs/ext4/ |
D | xattr.c | 128 struct xattr_handler *handler = NULL; in ext4_xattr_handler() local 131 handler = ext4_xattr_handler_map[name_index]; in ext4_xattr_handler() 132 return handler; in ext4_xattr_handler() 334 struct xattr_handler *handler = in ext4_xattr_list_entries() local 337 if (handler) { in ext4_xattr_list_entries() 338 size_t size = handler->list(inode, buffer, rest, in ext4_xattr_list_entries()
|
D | Kconfig | 75 enables an extended attribute handler for file security
|
/fs/reiserfs/ |
D | Kconfig | 81 enables an extended attribute handler for file security
|
D | README | 135 Igor Zagorovsky is writing much of the new item handler and extent code
|
/fs/jffs2/ |
D | Kconfig | 97 enables an extended attribute handler for file security
|
/fs/ocfs2/ |
D | xattr.c | 414 struct xattr_handler *handler = NULL; in ocfs2_xattr_prefix() local 417 handler = ocfs2_xattr_handler_map[name_index]; in ocfs2_xattr_prefix() 419 return handler ? handler->prefix : NULL; in ocfs2_xattr_prefix()
|
/fs/ntfs/ |
D | ChangeLog | 430 PageError() when such errors are detected in the async i/o handler 1100 async io completion handler. Yey! The mft bitmap is now just an 1370 volume. This is needed so the async i/o completion handler can 1492 difference being the use of our own async io completion handler
|