Symbol: xfs_attr_intent
fs/xfs/libxfs/xfs_attr.c
1410
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.c
1466
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.c
1531
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.c
1650
sizeof(struct xfs_attr_intent),
fs/xfs/libxfs/xfs_attr.c
382
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.c
492
struct xfs_attr_intent *attr,
fs/xfs/libxfs/xfs_attr.c
512
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.c
586
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.c
59
static int xfs_attr_node_try_addname(struct xfs_attr_intent *attr);
fs/xfs/libxfs/xfs_attr.c
60
STATIC int xfs_attr_node_addname_find_attr(struct xfs_attr_intent *attr);
fs/xfs/libxfs/xfs_attr.c
61
STATIC int xfs_attr_node_remove_attr(struct xfs_attr_intent *attr);
fs/xfs/libxfs/xfs_attr.c
621
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.c
688
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.c
705
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.c
743
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.c
808
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.h
535
xfs_attr_intent_op(const struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr.h
563
int xfs_attr_set_iter(struct xfs_attr_intent *attr);
fs/xfs/libxfs/xfs_attr.h
564
int xfs_attr_remove_iter(struct xfs_attr_intent *attr);
fs/xfs/libxfs/xfs_attr_remote.c
601
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr_remote.c
631
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr_remote.c
708
struct xfs_attr_intent *attr)
fs/xfs/libxfs/xfs_attr_remote.h
21
int xfs_attr_rmtval_remove(struct xfs_attr_intent *attr);
fs/xfs/libxfs/xfs_attr_remote.h
24
int xfs_attr_rmtval_set_blk(struct xfs_attr_intent *attr);
fs/xfs/libxfs/xfs_attr_remote.h
25
int xfs_attr_rmtval_find_space(struct xfs_attr_intent *attr);
fs/xfs/xfs_attr_item.c
369
const struct xfs_attr_intent *attr)
fs/xfs/xfs_attr_item.c
417
struct xfs_attr_intent *attr;
fs/xfs/xfs_attr_item.c
426
attr = list_first_entry_or_null(items, struct xfs_attr_intent,
fs/xfs/xfs_attr_item.c
458
struct xfs_attr_intent *attr)
fs/xfs/xfs_attr_item.c
469
static inline struct xfs_attr_intent *attri_entry(const struct list_head *e)
fs/xfs/xfs_attr_item.c
471
return list_entry(e, struct xfs_attr_intent, xattri_list);
fs/xfs/xfs_attr_item.c
482
struct xfs_attr_intent *attr = attri_entry(item);
fs/xfs/xfs_attr_item.c
525
struct xfs_attr_intent *attr = attri_entry(item);
fs/xfs/xfs_attr_item.c
626
static inline struct xfs_attr_intent *
fs/xfs/xfs_attr_item.c
634
struct xfs_attr_intent *attr;
fs/xfs/xfs_attr_item.c
669
attr = kzalloc(sizeof(struct xfs_attr_intent) +
fs/xfs/xfs_attr_item.c
734
struct xfs_attr_intent *attr;
fs/xfs/xfs_attr_item.c
870
struct xfs_attr_intent *new;