Home
last modified time | relevance | path

Searched defs:extattr_delete_file_args (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_extattr.c611 struct extattr_delete_file_args { struct
618 sys_extattr_delete_file(struct thread *td, struct extattr_delete_file_args *uap) in sys_extattr_delete_file() argument
/freebsd/sys/sys/
H A Dsysproto.h931 struct extattr_delete_file_args { struct
932 char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
933 char attrnamespace_l_[PADL_(int)]; int attrnamespace; char attrnamespace_r_[PADR_(int)];
934 …har attrname_l_[PADL_(const char *)]; const char * attrname; char attrname_r_[PADR_(const char *)];